Aller au contenu principal

Install

Installation​

Basic​

The configuration keys you can change are the following :

  • config :
    • remote : Url that should be used to reach the logs backend. The format is <hostname>:<port> without scheme.
    • jwksUri : Full uri (scheme, hostname, port & path) that should be used to get the JWKS from the IAM. This will be used to verify the OIDC tokens signature.
    • mappings : Mapping to use between the OIDC groups and the logs database local users. More information on the format in the Administration guides.
  • resources :
    • limits : Limits describes the maximum amount of compute resources allowed. The kind cpu & memory are supported.
    • requests : Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. The kind cpu & memory are supported.

Advanced​

The configuration keys you can change are the following :

  • replicaCount : The number of pods you want running.